home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-27 | 632 b | 14 lines | [TEXT/KAHL] |
- //----------------------------------------------------------------------------------
- // File : panelAssist.h
- // Date : August 24, 1994
- // Author : Jim Stout
- // Purpose : Some utility routines for use with the tabPanel CDEF.
- //
- //----------------------------------------------------------------------------------
-
- extern Boolean panelSwap (DialogPtr theDialog, short dlogID,
- short fromPanel, short toPanel, short ctlToKeep);
- extern Boolean panelCmdKey (DialogPtr theDialog, short panelID, char c,
- short *theItem);
- extern Boolean panelCmdTab (DialogPtr theDialog, short panelID, char c,
- short *theItem);